diff src/app.coffee @ 28:faeb3b96bdeb

use html-to-text
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 29 Jul 2014 12:14:02 +0200
parents f27ddfa42e94
children
line wrap: on
line diff
--- a/src/app.coffee	Sat Jun 28 13:08:40 2014 +0200
+++ b/src/app.coffee	Tue Jul 29 12:14:02 2014 +0200
@@ -38,15 +38,15 @@
         # Start Deamon!
         # or comment to the next hashtag after ')' and use
         # Sync.sync()
-        # or (best) start coffee syncALONE.coffee in a different shell
-        exec = require("child_process").exec
-        child = undefined
-        child = exec("coffee syncALONE.coffee", (error, stdout, stderr) ->
-          console.log "stdout: " + stdout
-          console.log "stderr: " + stderr
-          console.log "exec error: " + error  if error isnt null
-          return
-        )
+        # or start coffee syncALONE.coffee in a different window
+        #exec = require("child_process").exec
+        #child = undefined
+        #child = exec("coffee syncALONE.coffee", (error, stdout, stderr) ->
+        #  console.log "stdout: " + stdout
+        #  console.log "stderr: " + stderr
+        #  console.log "exec error: " + error  if error isnt null
+        #  return
+        #)
         #
 
       return
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)