MCPcopy
hub / github.com/gulpjs/gulp / removeTempFile

Function removeTempFile

test/watch.js:28–32  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

26}
27
28function removeTempFile(path) {
29 setTimeout(function() {
30 fs.unlinkSync(path);
31 }, 125);
32}
33
34describe('gulp.watch()', function() {
35 beforeEach(function (done) {

Callers 1

watch.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…