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.
2 parents 256ca48 + 52456c0 commit 5719c4aCopy full SHA for 5719c4a
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