Skip to content

Commit

Permalink
Fix: Fix the build issue (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusroberts authored Oct 12, 2021
1 parent 2b0612e commit 4a30b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor-extensions/vscode/server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import * as childProcess from "child_process";
import * as fs from "fs";
import * as path from "path";

const buildScriptPath = "script/grainfind.js";
let buildScriptPath = "script/grainfind.js";

const isWindows = /^win32/.test(process.platform);
// Not sure if this can technically change between VSCode restarts. Even if it does,
Expand Down

0 comments on commit 4a30b83

Please sign in to comment.