This commit is contained in:
+1
-1
@@ -940,7 +940,7 @@
|
||||
|
||||
<div class="settings-card" data-settings-pane="updates" hidden>
|
||||
<h3 id="updateTitle">Updates</h3>
|
||||
<p id="versionInfo" class="card-intro">Version: v1.0.7</p>
|
||||
<p id="versionInfo" class="card-intro">Version: v1.0.8</p>
|
||||
<button type="button" class="btn-secondary" id="checkUpdateBtn" onclick="checkUpdate()">Nach Updates suchen</button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ describe('file capability boundary', () => {
|
||||
expect(() => store.issue({ ownerId: 3, purpose: 'merge-output', path: directoryTarget, kind: 'output-file', extensions: ['mp4'] })).toThrow('Output target is not a file');
|
||||
|
||||
const output = store.issue({ ownerId: 3, purpose: 'merge-output', path: fixture.output, kind: 'output-file', extensions: ['mp4'] });
|
||||
expect(store.consume(output.token, 3, 'merge-output')).toBe(fixture.output);
|
||||
expect(store.consume(output.token, 3, 'merge-output')).toBe(join(realpathSync.native(fixture.directory), 'result.mp4'));
|
||||
});
|
||||
|
||||
it('rejects an output capability that aliases a protected input', () => {
|
||||
|
||||
Reference in New Issue
Block a user