Skip to content

Commit 2da33a4

Browse files
committed
Should have fixed trivial issue #136 re: extra lines in text blobs
1 parent f1c6048 commit 2da33a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

load/dpoast.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ poast = {
138138
"\nlength: " + mTxt.length + "\nBeing returned\n");
139139
}
140140

141+
//this is an ugly hack fix, but whatever; it's quick and
142+
//works for now (issue #136 on github)
143+
mTxt.pop();
141144
return mTxt;
142145
break;
143146
/* case 'X':

0 commit comments

Comments
 (0)