Template Upload
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
var lockFile = require('../../lockfile.js')
|
||||
|
||||
lockFile.lockSync('never-forget')
|
||||
|
||||
throw new Error('waaaaaaaaa')
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
var lockFile = require('../../lockfile.js')
|
||||
|
||||
lockFile.lock('never-forget', function () {})
|
||||
Reference in New Issue
Block a user