Author: marvintriebel
Date: Thu Apr 17 12:52:37 2014
New Revision: 9350

URL: http://svn.gna.org/viewcvs/service-tech?rev=9350&view=rev
Log:
bug fixing

Modified:
    trunk/_meta/live2/frontend/generation/ggo2json.js

Modified: trunk/_meta/live2/frontend/generation/ggo2json.js
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/_meta/live2/frontend/generation/ggo2json.js?rev=9350&r1=9349&r2=9350&view=diff
==============================================================================
--- trunk/_meta/live2/frontend/generation/ggo2json.js   (original)
+++ trunk/_meta/live2/frontend/generation/ggo2json.js   Thu Apr 17 12:52:37 2014
@@ -24,7 +24,7 @@
 }
 
 // TODO: open grammar file
-fs.readFile("./ggoGrammar.pegjs", function(err, data) {
+fs.readFile(__dirname + "/ggoGrammar.pegjs", function(err, data) {
     if(err) {
         console.log("There was an error reading the Grammar File for GGO 
parsing using the PEG.js");
         console.log(err);


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to