diff options
| author | Amir Rajan <[email protected]> | 2021-01-18 12:08:34 -0600 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-01-18 12:08:34 -0600 |
| commit | a4b9c048a1d751f5226833bb0c527ba1a8ac5d09 (patch) | |
| tree | 3f2535e7a6272e796d50e7f07c906d4c9eb1b14a /dragon/console.rb | |
| parent | a24a71805b1924ae7f80776c736f94575c171d2c (diff) | |
| download | dragonruby-game-toolkit-contrib-a4b9c048a1d751f5226833bb0c527ba1a8ac5d09.tar.gz dragonruby-game-toolkit-contrib-a4b9c048a1d751f5226833bb0c527ba1a8ac5d09.zip | |
Synced with 2.3.
Diffstat (limited to 'dragon/console.rb')
| -rw-r--r-- | dragon/console.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dragon/console.rb b/dragon/console.rb index ddf0702..be476bd 100644 --- a/dragon/console.rb +++ b/dragon/console.rb @@ -569,7 +569,7 @@ S end def error_markers - ["exception", "error", "undefined method", "failed", "syntax", "deprecated"] + ["exception:", "error:", "undefined method", "failed", "syntax", "deprecated"] end def include_subdued_markers? text @@ -581,7 +581,7 @@ S end def subdued_markers - ["reloaded", "exported the"] + ["reloaded", "exported the", "~require~"] end def calc args |
