Skip to content

Commit fa42cc6

Browse files
authored
Merge pull request #34 from opengrep/opengrep/update-to-opengrep-v1.10.0
Update to opengrep v1.10.0
2 parents 35f3658 + b82119f commit fa42cc6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opengrep-playground",
33
"productName": "opengrep-playground",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"description": "Opengrep Playgorund Editor",
66
"main": ".vite/build/main.js",
77
"scripts": {

src/components/RuleResults.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ async function runBinaryForScan(binaryPath, runScanWithoutMatchingExplanations)
157157
'--experimental',
158158
];
159159
160-
if (platform.value === 'win32') {
161-
scanArgs.push('-j 1');
162-
}
163-
164160
if (!runScanWithoutMatchingExplanations) {
165161
scanArgs.push('--matching-explanations');
166162
}
@@ -413,4 +409,4 @@ button {
413409
font-size: 14px;
414410
font-style: italic;
415411
}
416-
</style>
412+
</style>

0 commit comments

Comments
 (0)