We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b81f41 commit 52456c0Copy full SHA for 52456c0
lib/index.ts
@@ -259,7 +259,7 @@ export default class LNC {
259
'--onauthdata=onAuthData'
260
];
261
262
- await this.go.run(result.instance);
+ this.go.run(result.instance);
263
await WebAssembly.instantiate(result.module, this.go.importObject);
264
} catch {
265
throw new Error('The password provided is not valid.');
0 commit comments