Skip to content

Commit

Permalink
fix: update uds
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaSummer committed Jan 24, 2024
1 parent dbc2726 commit 69e0e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/index.2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ describe('test/index.v2.test.js', () => {
assert.strictEqual(require(path.join(cwd, 'node_modules', 'esbuild/package.json')).version, '0.15.14');

if (process.platform === 'linux') {
await execa.command(`umount -f ${dirs}`);
await execa.command(`umount -f ${path.join(cwd, 'node_modules')}`);

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
This shell command depends on an uncontrolled
absolute path
.
await new Promise(resolve => {
setTimeout(() => {
resolve();
Expand Down

0 comments on commit 69e0e25

Please sign in to comment.