Skip to content

Commit 49c7f97

Browse files
committed
style: fix lint error
1 parent 5e0fa69 commit 49c7f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const options = {
1212
};
1313

1414
if (os.type() === 'Windows_NT') {
15-
options.shell = true
15+
options.shell = true;
1616
}
1717

1818
let result;

0 commit comments

Comments
 (0)