Linting
This commit is contained in:
parent
6adc5dda93
commit
0a4fae1576
@ -331,10 +331,10 @@ class Magic {
|
||||
*/
|
||||
async speculativeExecution(depth=0, extLang=false, intensive=false, recipeConfig=[], useful=false, crib=null) {
|
||||
if (depth < 0) return [];
|
||||
console.log("still alive");
|
||||
|
||||
// Find any operations that can be run on this data
|
||||
const matchingOps = this.opPatterns.findMatchingInputRegexes(this.inputStr);
|
||||
console.log(matchingOps);
|
||||
|
||||
let results = [];
|
||||
|
||||
// Record the properties of the current data
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
|
||||
import Operation from "../Operation.mjs";
|
||||
import {BRAILLE_LOOKUP} from "../lib/Braille.mjs";
|
||||
import magicObject from "../lib/MagicObject.mjs";
|
||||
|
||||
/**
|
||||
* From Braille operation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user