Skip to content

Commit

Permalink
Fix an issue with output blocks replacing each other.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblank committed Mar 4, 2025
1 parent 717bf05 commit ac8976f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdoc/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: MIT

__project__ = 't-doc-common'
__version__ = '0.38'
__version__ = '0.39.dev1'
2 changes: 1 addition & 1 deletion tdoc/common/static/tdoc/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class SectionedOutput {
const form_feed = '\x0c';

class ConsoleOut {
constructor(output) {
constructor(output, name) {
this.output = output;
this.name = name;
this.decoders = new Map();
Expand Down

0 comments on commit ac8976f

Please sign in to comment.