diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-22 21:59:39 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-22 21:59:39 -0700 |
commit | 40077d0d2b39ca5bed1f316e186b8f23b7148dc8 (patch) | |
tree | 8ae99b752f69796c4650a9a461c1e9f7f69c237f /html/subx/062write-stream.subx.html | |
parent | 912dc904eb3bb69f25a8b78977fa9137b6602163 (diff) | |
download | mu-40077d0d2b39ca5bed1f316e186b8f23b7148dc8.tar.gz |
5220
Diffstat (limited to 'html/subx/062write-stream.subx.html')
-rw-r--r-- | html/subx/062write-stream.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/062write-stream.subx.html b/html/subx/062write-stream.subx.html index 6e4e6faa..1e97f935 100644 --- a/html/subx/062write-stream.subx.html +++ b/html/subx/062write-stream.subx.html @@ -183,7 +183,7 @@ if ('onhashchange' in window) { <span id="L122" class="LineNr">122 </span><span class="Constant">$_write-stream:abort</span>: <span id="L123" class="LineNr">123 </span> <span class="subxS1Comment"># . _write(2/stderr, error)</span> <span id="L124" class="LineNr">124 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L125" class="LineNr">125 </span> 68/push <span class="Constant">"_write-stream: failed to <a href='057write.subx.html#L24'>write</a> to file"</span>/imm32 +<span id="L125" class="LineNr">125 </span> 68/push <span class="Constant">"_write-stream: failed to <a href='057write.subx.html#L24'>write</a> to file\n"</span>/imm32 <span id="L126" class="LineNr">126 </span> 68/push 2/imm32/stderr <span id="L127" class="LineNr">127 </span> <span class="subxS2Comment"># . . call</span> <span id="L128" class="LineNr">128 </span> e8/call <a href='050_write.subx.html#L14'>_write</a>/disp32 |