We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c16e2e commit 1715032Copy full SHA for 1715032
packages/cmake-rn/src/cmake-file-api.ts
@@ -153,10 +153,7 @@ export async function readCurrentTargets(
153
configurations.length === 1
154
? configurations[0]
155
: configurations.find((config) => config.name === configuration);
156
- assert(
157
- relevantConfig,
158
- `Unable to locate "${configuration}" configuration found`,
159
- );
+ assert(relevantConfig, `Unable to locate "${configuration}" configuration`);
160
return relevantConfig.targets;
161
}
162
0 commit comments