mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 08:43:55 +08:00
Removed comments
This commit is contained in:
parent
0c2d18e609
commit
61aa90bfc3
5 changed files with 0 additions and 11 deletions
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
|
@ -9376,7 +9376,6 @@ class StateProviderBase {
|
|||
class StateProvider extends StateProviderBase {
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
//setOutput = core.setOutput;
|
||||
this.setState = core.saveState;
|
||||
this.getState = core.getState;
|
||||
}
|
||||
|
@ -9385,7 +9384,6 @@ exports.StateProvider = StateProvider;
|
|||
class NullStateProvider extends StateProviderBase {
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
//setOutput = core.setOutput;
|
||||
this.setState = core.setOutput;
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
this.getState = (key) => "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue