mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
tweak
This commit is contained in:
@@ -256,6 +256,10 @@ const sine = sineQL(schema, { queryHandlers }, { debug: false });
|
||||
while(true) {
|
||||
const answer = await question('sineQL');
|
||||
const [code, result] = await sine(answer);
|
||||
|
||||
//normal response
|
||||
if (code == 200) {
|
||||
console.dir(result, { depth: null });
|
||||
}
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user