ksanaforge / wylie

wylie transliteration port from JAVA version
GNU General Public License v3.0
0 stars 3 forks source link

do not hard code path name #1

Open yapcheahshen opened 10 years ago

yapcheahshen commented 10 years ago

https://github.com/ksanaforge/wylie/blob/master/kangtest.js should not have drive name here, it can only runs on your machine var dir = 'Y:/wilye/kangyur/'

exebook commented 10 years ago

I wrote this just to run the test on my computer or maybe yours, who else will do this test? even you do not want to run it. this is intended to check wylie.js not to check the correctnes of kangyur.

On Fri, Oct 11, 2013 at 5:21 PM, yap cheah shen notifications@github.comwrote:

https://github.com/ksanaforge/wylie/blob/master/kangtest.js should not have drive name here, it can only runs on your machine var dir = 'Y:/wilye/kangyur/'

— Reply to this email directly or view it on GitHubhttps://github.com/ksanaforge/wylie/issues/1 .

yapcheahshen commented 10 years ago

Sam!! we always prepare for the whole world to run ...

exebook commented 10 years ago

of course it is a matter of single line change, use process.args[]

On Fri, Oct 11, 2013 at 5:29 PM, yap cheah shen notifications@github.comwrote:

Sam!! we always prepare for the whole world to run ...

— Reply to this email directly or view it on GitHubhttps://github.com/ksanaforge/wylie/issues/1#issuecomment-26127817 .