Skip to content

Commit 1bd5e78

Browse files
committed
Lint
1 parent e04b38c commit 1bd5e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ static void ExecutionInterrupted(Isolate *isolate, void *data) {
187187
auto state = GetThreadState(isolate, std::move(*args->store));
188188

189189
args->promise->set_value({frames, state});
190-
190+
191191
delete args;
192192
}
193193

0 commit comments

Comments
 (0)