refactor(xod-arduino): don’t convert built-ins to TPatches

This commit is contained in:
Evgeny Kochetkov
2017-05-15 09:26:26 +03:00
parent af6a294bde
commit 1ea0fe8cf5

View File

@@ -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)
);