mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 00:37:58 +01:00
Prepare for merge with testing branch.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
try { __dactyl_eval_result = eval(__dactyl_eval_string);
|
||||
}
|
||||
catch (e) {
|
||||
__dactyl_eval_error = e;
|
||||
}
|
||||
try { __dactyl_eval_result = eval(__dactyl_eval_string); }
|
||||
catch (e) { __dactyl_eval_error = e; }
|
||||
|
||||
// IMPORTANT: The eval statement *must* remain on the first line
|
||||
// in order for line numbering in any errors to remain correct.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user