Skip to content

Commit 85f7ed9

Browse files
jsorefagrieve
authored andcommitted
CB-6123 Fix crash in handleUninstall introduces by recent action-stack refactoring
github: close #56
1 parent 0b2f186 commit 85f7ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uninstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function handleUninstall(actions, platform, plugin_id, plugin_et, project_dir, w
163163
});
164164

165165
resourceFiles && resourceFiles.forEach(function(resource) {
166-
actions.push(actions.createAction(handler["resource-file"].uninstall, [resource, project_dir], handler["resource-file"].install, [resource, plugin_dir, project_dir]));
166+
actions.push(actions.createAction(handler["resource-file"].uninstall, [resource, project_dir, plugin_id], handler["resource-file"].install, [resource, plugin_dir, project_dir]));
167167
});
168168

169169
// CB-5238 custom frameworks only

0 commit comments

Comments
 (0)