Skip to content

Commit

Permalink
process.exit() exits immediately. return is nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
arrix committed Nov 22, 2010
1 parent 97293b2 commit 0e8fc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clean-file.js
Expand Up @@ -10,11 +10,11 @@ function cleanFile(path, url, cb) {
readability.parse(content, url, cb);
}

// cleanFile(__dirname + '/pages/http___www_youtube_com_watch_v_HBnNoF71W2Q.html', '', function(info) {
// cleanFile(__dirname + '/pages/Proyectos_de_creaci_n_de_empresas___til_para_el_emprendedor__Ofertas____.html', '', function(info) {
// //console.log(info.content);
// });
//
// process.exit();
// return;

function batch_run() {
var dir = __dirname + '/pages/';
Expand Down

0 comments on commit 0e8fc6a

Please sign in to comment.