Skip to content

Commit

Permalink
Merge 3a35a04 into fd7536b
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed May 19, 2020
2 parents fd7536b + 3a35a04 commit 61ade90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/run.ts
Expand Up @@ -449,7 +449,7 @@ export function run(cliOptions: Options, compilerArgs: string[]): void {

let wasi: import("wasi").WASI | null = null;
if (configuration.wasi) {
const WASI = require("wasi");
const { WASI } = require("wasi");
wasi = new WASI(configuration.wasi);
}
// create a test runner
Expand Down

0 comments on commit 61ade90

Please sign in to comment.