Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15354332
D8204.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
537 B
Referenced Files
None
Subscribers
None
D8204.id.diff
View Options
diff --git a/src/console/PhutilInteractiveEditor.php b/src/console/PhutilInteractiveEditor.php
--- a/src/console/PhutilInteractiveEditor.php
+++ b/src/console/PhutilInteractiveEditor.php
@@ -96,6 +96,9 @@
// line offsets, so just ignore the offset feature on Windows. We rarely
// use it anyway.
+ $console = PhutilConsole::getConsole();
+ $console->writeOut("Launching editor \"{$editor}\" to edit information.\n");
+
$offset_flag = '';
if ($offset && !phutil_is_windows()) {
$offset = (int)$offset;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 3:26 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7570759
Default Alt Text
D8204.id.diff (537 B)
Attached To
Mode
D8204: Before launching $EDITOR from arc, print that we're doing it
Attached
Detach File
Event Timeline
Log In to Comment