Skip to content

Commit 99a4e42

Browse files
committed
Clean up code.
1 parent 92c8850 commit 99a4e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-desktop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path');
22
const fs = require('fs');
3-
const { execSync } = require('child_process')
3+
const { execSync } = require('child_process');
44

55
const ExtRoot = path.resolve(__dirname);
66
const GuiRoot = path.resolve(__dirname, '../scratch-gui');

0 commit comments

Comments
 (0)