Skip to content

Commit e318aea

Browse files
committed
🐛 fix #32 tdconfig not load
1 parent 5006d0b commit e318aea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
"debug": [
190190
"TASM /zi ${file}",
191191
"TLINK /v/3 ${filename}.obj",
192-
"TD ${filename}.exe"
192+
"copy C:\\TASM\\TDC2.TD TDCONFIG.TD",
193+
"TD -cTDCONFIG.TD ${filename}.exe"
193194
]
194195
},
195196
"MASM-v6.11": {

0 commit comments

Comments
 (0)