wallet-core/node_modules/tmp/test/keep-sync.js

13 lines
202 B
JavaScript
Raw Normal View History

2017-05-03 15:35:00 +02:00
var spawn = require('./spawn-sync');
var keep = spawn.arg;
try {
var result = spawn.tmpFunction({ keep: keep });
spawn.out(result.name, spawn.exit);
}
catch (e) {
spawn.err(err, spawn.exit);
}