adobe / aio-cli-plugin-runtime

Adobe I/O Runtime plugin for the Adobe I/O CLI
https://www.adobe.io
Apache License 2.0
15 stars 31 forks source link

fix typo thrrtLib => throw #192

Closed purplecabbage closed 4 years ago

purplecabbage commented 4 years ago

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #192 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #192    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           57        57            
  Lines         2032      1403   -629     
  Branches       412       245   -167     
==========================================
- Hits          2032      1403   -629     
Impacted Files Coverage Δ
src/RuntimeBaseCommand.js 100.00% <100.00%> (ø)
src/commands/runtime/action/create.js 100.00% <100.00%> (ø)
src/commands/runtime/action/get.js 100.00% <100.00%> (ø)
src/commands/runtime/action/invoke.js 100.00% <100.00%> (ø)
src/commands/runtime/action/list.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/get.js 100.00% <100.00%> (ø)
src/commands/runtime/activation/logs.js 100.00% <100.00%> (ø)
src/commands/runtime/deploy/index.js 100.00% <100.00%> (ø)
src/commands/runtime/deploy/report.js 100.00% <100.00%> (ø)
src/commands/runtime/deploy/sync.js 100.00% <100.00%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 749ee94...c21a3a2. Read the comment docs.

meryllblanchet commented 4 years ago

LGTM :)