rename plugin name field in data object (#276)

This commit is contained in:
Taly 2018-07-14 14:41:30 +03:00 committed by GitHub
commit 5222fe31a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -5189,7 +5189,7 @@ var Saver = function (_Module) {
console.log('\xAB' + extraction.tool + '\xBB saving info', extraction);
totalTime += extraction.time;
items.push({
tool: extraction.tool,
type: extraction.tool,
data: extraction.data
});
});

File diff suppressed because one or more lines are too long

View file

@ -67,7 +67,7 @@ export default class Saver extends Module {
console.log(`«${extraction.tool}» saving info`, extraction);
totalTime += extraction.time;
items.push({
tool: extraction.tool,
type: extraction.tool,
data: extraction.data
});
});