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 567df20 commit eb2bd8bCopy full SHA for eb2bd8b
src/runtime/module_importer.js
@@ -14,7 +14,7 @@ function compileCache () {
14
15
process.once('exit', () => {
16
if (blobStore.isDirty()) {
17
- blobStore.save()
+ blobStore.save()
18
}
19
nativeCompileCache.uninstall()
20
})
0 commit comments