mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
var spawn = require('./spawn');
|
||||
|
||||
var keep = spawn.arg;
|
||||
|
||||
spawn.tmpFunction({ keep: keep }, function (err, name) {
|
||||
if (err) {
|
||||
spawn.err(err, spawn.exit);
|
||||
} else {
|
||||
spawn.out(name, spawn.exit);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user