mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
debugger: Only display basename of scripts
This commit is contained in:
@@ -853,7 +853,7 @@ Interface.prototype.printScripts = function(displayNatives) {
|
||||
script.name == client.currentScript ||
|
||||
!script.isNative) {
|
||||
text += script.name == client.currentScript ? '* ' : ' ';
|
||||
text += script.name + '\n';
|
||||
text += require('path').basename(script.name) + '\n';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user