feat(refactor): missed one warning

master
andy-bell 7 years ago
parent 542dd3312f
commit 2a996cb554
No known key found for this signature in database
GPG Key ID: 023F2AD4105EB83E
  1. 1
      src/main.rs

@ -8,7 +8,6 @@ use quicli::prelude::*;
use wasm_pack::Cli; use wasm_pack::Cli;
use wasm_pack::command::{init_command, pack_command, publish_command, Command}; use wasm_pack::command::{init_command, pack_command, publish_command, Command};
main!(|args: Cli, log_level: verbosity| match args.cmd { main!(|args: Cli, log_level: verbosity| match args.cmd {
Command::Init { path, scope } => { Command::Init { path, scope } => {
init_command(path, scope)?; init_command(path, scope)?;

Loading…
Cancel
Save