mirror of
https://github.com/xodio/xod.git
synced 2026-03-23 00:56:54 +01:00
refactor(xod-arduino): don’t convert built-ins to TPatches
This commit is contained in:
@@ -404,7 +404,8 @@ const createTPatches = def(
|
||||
);
|
||||
}),
|
||||
R.omit([entryPath]),
|
||||
R.converge(R.zipObj, [Project.listPatchPaths, Project.listPatches])
|
||||
R.indexBy(Project.getPatchPath),
|
||||
Project.listPatchesWithoutBuiltIns
|
||||
)(project)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user