|
Bugzilla – Bug 914 |
exit(); fails in script editor |
Last modified: 2015-04-06 16:08:18 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
Hi all, The exit(); macro function fails in script editor when called with parentheses but no argument, whereas this works in ImageJ. exit; // works exit('message'); // works exit(); // fails This also pops up an '[aborted]' result window. This message would be best displayed in the script editor's messages panel. Sincerely, Jerome