Skip to content

Commit

Permalink
build(action): build dist (#474)
Browse files Browse the repository at this point in the history
* build(action): build dist

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
yoshi-code-bot and gcf-owl-bot[bot] committed Apr 11, 2023
1 parent a5dd35e commit dfa49a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action/dist/index.js
Expand Up @@ -10507,8 +10507,6 @@ exports.parseTextFiles = parseTextFiles;
// limitations under the License.
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.setupLogger = exports.logger = void 0;
let logger;
exports.logger = logger;
class NullLogger {
constructor() {
this.error = () => { };
Expand All @@ -10518,6 +10516,8 @@ class NullLogger {
this.trace = () => { };
}
}
let logger = new NullLogger();
exports.logger = logger;
function setupLogger(userLogger) {
if (userLogger) {
exports.logger = logger = userLogger;
Expand Down
2 changes: 1 addition & 1 deletion action/dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit dfa49a1

Please sign in to comment.