Commit 9a40119
authored
[console] fix line splitting in --runBefore (#5700)
before
./joern --runBefore '//> using dep org.apache.commons:commons-exec:1.5.0
//> using dep io.methvin:directory-watcher:0.19.1'
would fail because the version number for commons-exec would not end at
"1.5.0", but instead also include the whole second line.1 parent a81cb0b commit 9a40119
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments